home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Source Code / Libraries / MADH Pascal 4.5 / Pascal Notes (4.5) < prev    next >
Encoding:
Text File  |  1997-03-18  |  1.8 KB  |  60 lines  |  [TEXT/ttxt]

  1. MADLibrary 4.5
  2. (Used in PlayerPRO 4.5.5 Mac, Win95/NT Driver, BeOS Driver)
  3. ©Copyright 1994-1997 Antoine ROSSET (rosset@dial.eunet.ch)
  4.  
  5. Ported to Pascal by Federico Filipponi (March 1997)
  6. e-mail:    fedefil@fub.it
  7.                        fedefil@kagi.com
  8.     
  9. Based on a previous work by Matthias Wuttke
  10. e-mail: wuttke@stein.teuto.de
  11.                       matthias@kagi.com
  12.  
  13.  
  14. Documentation
  15.  
  16. Please refer to the original documentation by A. Rosset (see 'Original Read Me (4.5)').
  17. Download the original package for the full set of plug-ins, full documentation, C examples and other goodies.
  18.  
  19.  
  20. This Mac OS specific CodeWarrior™ Pascal package includes:
  21.  
  22. 68K Mac Versions
  23. -------------------------
  24. MADLibrary.68k.(2i, A5) <- Use this one in a 'normal' application
  25. MADLibrary.68k.(2i, A4) <- Use this one for drivers & other A5-free needs
  26.  
  27. For use in 680x0 projects.
  28. Compiled with: 68020, all optimisations ON, 68k Alignement (You don't need to turn 68k alignement in your application), 2 bytes integers (NOT 4 bytes! You need to  turn ON 2i in your application).
  29.  
  30. PowerMac Version
  31. -------------------------
  32. MADLibrary.PPC
  33.  
  34. For use in PPC projects.
  35. You need to import (weak import) SoundLib file (distributed by Apple Computer) in your project.
  36. Compiled with: PPC, all optimisations ON, PowerMac Alignement, 601 ins sheduling - you don't need to use same settings in your application.
  37.  
  38. Interfaces
  39. -------------------------
  40. MAD.p
  41. RDriver.p
  42.  
  43.  
  44. How to use this library
  45.  
  46. See Example.68K.µ project for CodeWarrior™ with Example.p and MADLibrary.PPC (and SoundLib).
  47. See Example.PPC.µ project for CodeWarrior™ with Example.p and MADLibrary.68k.(2i,A5).
  48. Both projects have been generated using Metrowerks CodeWarrior™ Gold 11 (current release).
  49.  
  50.  
  51. Questions?
  52.  
  53. General:
  54. Antoine ROSSET
  55. e-mail: rosset@dial.eunet.ch
  56.  
  57. For problems related to this Pascal port:
  58. Federico FILIPPONI
  59. e-mail:    fedefil@fub.it
  60.                        fedefil@kagi.com